home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macademic for Students & Teachers
/
Macademic for Students and Teachers (Quantum Leap)(1992).iso
/
Mathematics
/
GraphStack-Quadratic Eq.
/
card_12248.txt
< prev
next >
Wrap
Text File
|
1988-09-05
|
571b
|
30 lines
-- card: 12248 from stack: in.
-- bmap block id: 3182
-- flags: 4000
-- background id: 12357
-- name: 10
----- HyperTalk script -----
on mouseUp
if the mouseLoc is within "4,5,134,68" then
set visible of fld "Vertex" to NOT visible of fld "Vertex"
end if
if the mouseLoc is within "4,65,134,146" then
set visible of fld "Variables" to NOT visible of fld "Variables"
end if
end mouseUp
-- part contents for background part 5
----- text -----
Variables
A = -5
B = -5
C = 5
-- part contents for background part 6
----- text -----
Vertex
X = -.5
Y = 6.25